Class Global<TValue>
Represents global that can be accessed from a WebAssembly module.
Assembly: WaaS.Core.dll
View Source
Declaration
public sealed class Global<TValue> : Global, IExternal where TValue : unmanaged
Inheritance: System.Object
-> WaaS.Runtime.Global
Implements:
WaaS.Runtime.IExternal
Properties
Value
View Source
Declaration
public ref readonly TValue Value { get; }